diff --git a/start-shell b/start-shell new file mode 100755 index 0000000..ac45904 --- /dev/null +++ b/start-shell @@ -0,0 +1,4 @@ +#!/usr/bin/env bash +command=$* +echo '$' ${command} +${command} --command bash