diff options
author | Parker Reed | 2021-03-02 17:45:02 -0500 |
---|---|---|
committer | Parker Reed | 2021-03-02 17:45:02 -0500 |
commit | f3627c699fc75c69a865f958d80e374223c22f20 (patch) | |
tree | 847c89b22f436a03c1d235442e9ab0558b064240 /nottetris2.sh | |
parent | 715050197c21b73856c7616d19ac60f3a96d91a8 (diff) | |
download | aur-f3627c699fc75c69a865f958d80e374223c22f20.tar.gz |
Updated launh script and reverted back to https
Diffstat (limited to 'nottetris2.sh')
-rw-r--r-- | nottetris2.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nottetris2.sh b/nottetris2.sh index ef5d86cf7132..84010696616c 100644 --- a/nottetris2.sh +++ b/nottetris2.sh @@ -1,3 +1,3 @@ #!/bin/bash cat /usr/share/games/nottetris2/readme -love07 /usr/share/games/nottetris2/nottetris2.love +exec love07 /usr/share/games/nottetris2/nottetris2.love |