Skip to content
This repository has been archived by the owner on Oct 21, 2024. It is now read-only.

Commit

Permalink
0.24
Browse files Browse the repository at this point in the history
Added CALLA and RUNA
CALL now accepts arguments to pass to the called program
  • Loading branch information
PQCraft committed Oct 11, 2021
1 parent 1107472 commit d26db87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# tests if clibasic builds on linux and windows successfully
# Tests if clibasic builds on linux and windows successfully

make build build32 clean || exit 1
make cross vt build build32 clean || exit 1
Expand Down
3 changes: 2 additions & 1 deletion commit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ git commit -m "Updated examples to $ver"
git push
cd ..

echo $'\e[1m'"Adding files:" !(clibasic|clibasic.exe|*.dll|*.zip|*.bas|lib) $'\e[0m'
echo $'\e[1m'"Adding files..."$'\e[0m'
echo !(clibasic|clibasic.exe|*.dll|*.zip|*.bas|lib)
git add !(clibasic|clibasic.exe|*.dll|*.zip|*.bas|lib) || exit 1

echo $'\e[1m'"Committing..."$'\e[0m'
Expand Down

0 comments on commit d26db87

Please sign in to comment.