mirror of
https://github.com/mikaela/mikaela.github.io/
synced 2025-02-23 08:50:43 +01:00
5 lines
142 B
Bash
Executable File
5 lines
142 B
Bash
Executable File
#!/usr/bin/env bash
|
|
wget -O shell-things.zip https://github.com/Mkaysi/shell-things/zipball/master
|
|
unzip shell-things.zip
|
|
rm shell-things.zip
|