diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-06-21 11:01:34 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-06-21 11:01:34 -0700 |
| commit | 2369c50c225f540a11866880d83a9b9c85de91dd (patch) | |
| tree | 8f4d017b47799034fa5147d6d2f4b398406a0eb0 | |
| parent | dc73b2ebca5eb334e4064897bcbe84e1e2a2ee29 (diff) | |
| parent | b32b72b30d19b270548726e34b9048a54f8f5103 (diff) | |
| download | eibhear-2369c50c225f540a11866880d83a9b9c85de91dd.tar.gz eibhear-2369c50c225f540a11866880d83a9b9c85de91dd.tar.zst eibhear-2369c50c225f540a11866880d83a9b9c85de91dd.zip | |
Merge pull request #56 from LoganDungeon/master
Removed unnecessary shebang.
| -rwxr-xr-x | .config/i3/lock.sh | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/i3/lock.sh b/.config/i3/lock.sh index 20beaf4..47bf091 100755 --- a/.config/i3/lock.sh +++ b/.config/i3/lock.sh @@ -1,5 +1,4 @@ #!/bin/bash -#!/bin/bash # Approximate timeout rate in milliseconds (checked every 5 seconds). timeout="10000" |
