Skip to content

Instantly share code, notes, and snippets.

View iAmInActions's full-sized avatar
🐧
iNoLongerUseArchBtw

iAmInAction iAmInActions

🐧
iNoLongerUseArchBtw
  • /bin/bash
View GitHub Profile
@iAmInActions
iAmInActions / install-osu.sh
Last active November 15, 2023 08:28
A script to install osu! under Debian, Void or Arch based linux distributions
#!/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 '
__ __ _ _ _ _ __ _ _
| \/ (_)_ _ | |_(_| )___ / _|__ _| |__ _ _| |___ _ _ ___
@worldofchris
worldofchris / xmas
Created December 24, 2014 20:52
It's a C64 xmas
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