Skip to content

Commit 30b4107

Browse files
authored
Small Update
1 parent 92a721b commit 30b4107

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

example.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
# Remeber to use: https://www.shellcheck.net
3+
set -euo pipefail
4+
IFS=$'\n\t'
5+
6+
# Uncomment for Debugging
7+
#set -x

script.sh

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)