Data commit

This commit is contained in:
Ingy döt Net 2023-07-01 11:58:00 -04:00
parent 7387c8f97b
commit cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
cat < "$0"

View file

@ -0,0 +1 @@
history | tail -n 1 | cut -c 8-

View file

@ -0,0 +1,14 @@
{
string=`cat`
printf "$string" "$string"
echo
echo END-FORMAT
} <<'END-FORMAT'
{
string=`cat`
printf "$string" "$string"
echo
echo END-FORMAT
} <<'END-FORMAT'
%s
END-FORMAT

View file

@ -0,0 +1,9 @@
_ ()
{
function __ ()
{
true
};
${1} &> /dev/null;
echo "$(declare -f _);_ ${@}"
};_ __