diff options
author | mail_redacted_for_web | 2021-05-12 17:42:18 +0100 |
---|---|---|
committer | mail_redacted_for_web | 2021-05-12 17:42:18 +0100 |
commit | 3ea34209fe15f58b7cd36dd457868a9f83c91e24 (patch) | |
tree | cdf092ed192c37dd4335f077044f15049b138e72 /site-modules/adhoc/tasks/nix_example.sh | |
parent | fe708d35b604b0fbba68bb71c7b456c5c6c8d60e (diff) | |
download | control-repo-template-3ea34209fe15f58b7cd36dd457868a9f83c91e24.tar.bz2 |
Rename nix.sh to nix_example.sh
Diffstat (limited to 'site-modules/adhoc/tasks/nix_example.sh')
-rw-r--r-- | site-modules/adhoc/tasks/nix_example.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/site-modules/adhoc/tasks/nix_example.sh b/site-modules/adhoc/tasks/nix_example.sh new file mode 100644 index 0000000..eebfd9b --- /dev/null +++ b/site-modules/adhoc/tasks/nix_example.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +# script content goes here |