Skip to content

Commit 272d485

Browse files
author
murphy
committed
add bash example files
1 parent 8441929 commit 272d485

File tree

7 files changed

+18182
-133
lines changed

7 files changed

+18182
-133
lines changed

bash/erb_bash.in.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/sh
2+
3+
perl -e's/to=5/to=10/' /test/file
4+
echo "Parsed at <%= Time.now %>"
5+
echo "Executed at `Date`"
6+
command 'open quote
7+
other_command

0 commit comments

Comments
 (0)