# HG changeset patch # User HackBot # Date 1461798879 0 # Node ID cbd0b9f4e0d42d06fc1a9f67658b95e14e1d68d5 # Parent de4340b248ddb1c01e64ffd377f13f1a88730a42 ` mv script{,add} bin/ # I guess they could be there just as well -- but how did you write those things in the first place? diff -r de4340b248dd -r cbd0b9f4e0d4 bin/script --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/script Wed Apr 27 23:14:39 2016 +0000 @@ -0,0 +1,2 @@ +echo Hia, run scriptadd to add to me! +echo leltest diff -r de4340b248dd -r cbd0b9f4e0d4 bin/scriptadd --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/bin/scriptadd Wed Apr 27 23:14:39 2016 +0000 @@ -0,0 +1,1 @@ +print_args_or_input "$@" >> script diff -r de4340b248dd -r cbd0b9f4e0d4 script --- a/script Wed Apr 27 23:11:09 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,2 +0,0 @@ -echo Hia, run scriptadd to add to me! -echo leltest diff -r de4340b248dd -r cbd0b9f4e0d4 scriptadd --- a/scriptadd Wed Apr 27 23:11:09 2016 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,1 +0,0 @@ -print_args_or_input "$@" >> script