Syncing state

This commit is contained in:
DarkFeather
2018-12-11 17:07:05 -06:00
parent 2398d69139
commit 30c6c5791b
10 changed files with 122 additions and 790 deletions

View File

@@ -1,6 +1,5 @@
LIST=bell bigorlittle compare-directories compress-all diff-args expand-all logged-shell standardize-folder whatismyip new-irssi-config replicate-ssh-profiles worktrack ssh-authorize-host
LOCATION=${pkgbuild}/usr/local/bin
INSTALLER != curl -s https://aninix.net/foundation/installer-test.bash | /bin/bash
LIST=bell bigorlittle compare-directories compress-all diff-args expand-all logged-shell standardize-folder sysinfo whatismyip worktrack
LOCATION=${pkgdir}/usr/local/bin
PERMISSION=0755
compile:
@echo Nothing to compile.
@@ -24,4 +23,3 @@ clean:
diff:
for i in ${LIST}; do diff ./$$i ${LOCATION}/$$i; done