1
0

updated dotfiles

This commit is contained in:
Emma Tebibyte 2023-09-05 23:09:06 -06:00
parent 51f4ef09e5
commit a990f86247
Signed by: emma
GPG Key ID: 6D661C738815E7DD
6 changed files with 77 additions and 15 deletions

View File

@ -1,5 +1,7 @@
#!/bin/sh #!/bin/sh
set -e
if test -z "$1"; then if test -z "$1"; then
printf "Usage: %s machine\n" "$0" 1>&2 printf "Usage: %s machine\n" "$0" 1>&2
exit 64 # sysexits.h(3) EX_USAGE exit 64 # sysexits.h(3) EX_USAGE