This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# Set directory to install to here: | |
export OSUINSTALLDIR=~/.local/games/osu | |
#export OSUINSTALLDIR=$(pwd) # uncomment if you want to install to the same directory the script is located in | |
clear | |
echo ' | |
__ __ _ _ _ _ __ _ _ | |
| \/ (_)_ _ | |_(_| )___ / _|__ _| |__ _ _| |___ _ _ ___ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 PRINT "HAPPY XMAS "; | |
20 POKE 53280, 0 | |
30 POKE 54281, 0 | |
40 FOR X = 1 TO 500 | |
50 NEXT X | |
60 PRINT "HAPPY CHRISTMAS "; | |
70 POKE 53280, 2 | |
80 POKE 53281, 2 | |
90 FOR Y = 1 TO 500 | |
100 NEXT Y |