Allow executed script to have arguments

This commit is contained in:
2021-08-04 11:51:40 +01:00
parent a2d4153c64
commit 2189ee511c
4 changed files with 54 additions and 26 deletions

View File

@@ -1,2 +1,3 @@
#!/usr/bin/bash
date >> test_output
echo "$1" >> test_output