This commit is contained in:
John Kerl 2017-04-17 09:05:49 -07:00
parent b9e1410f44
commit 7c30152630
2 changed files with 0 additions and 14 deletions

View file

@ -1,4 +0,0 @@
#!/bin/bash
set -u
cd $mlb
synctool -r u58051762@home321765456.1and1-data.host pushpwd

View file

@ -1,10 +0,0 @@
#!/bin/bash
mlr "$@"
status=$?
if [ $status -eq 0 ]; then
echo "Failed to fail!"
exit 1
else
echo "Failed as expected."
exit 0
fi