Skip to content
Snippets Groups Projects
Forked from TheAlternative / courses
350 commits behind, 144 commits ahead of the upstream repository.
example 243 B
#!/bin/bash

echo Hello World

echo Bash is awesome

# Now some fun stuff:
sudo dnf update
notify-send "Update complete"
feh --bg-fill "pictures/fancy_wallpaper.jpg"
youtube-dl -o "Video.%(ext)s" "https://www.youtube.com/watch?v=dQw4w9WgXcQ"