init
This commit is contained in:
Executable
+29
@@ -0,0 +1,29 @@
|
||||
# ==============================================================================
|
||||
# Auth: Alex Celani
|
||||
# File: mac_dl.sh
|
||||
# Revn: 09-09-2023 0.1
|
||||
# Func: print the apps and links of stuff to download
|
||||
#
|
||||
# TODO: create
|
||||
# ==============================================================================
|
||||
# CHANGE LOG
|
||||
# ------------------------------------------------------------------------------
|
||||
# 09-09-2023: init
|
||||
#
|
||||
# ==============================================================================
|
||||
|
||||
echo "chrome"
|
||||
echo "https://www.google.com/chrome/"
|
||||
|
||||
echo "spotify"
|
||||
echo "https://www.spotify.com/us/download/mac/"
|
||||
|
||||
echo "minecraft"
|
||||
echo "https://www.minecraft.net/en-us/download"
|
||||
|
||||
echo "notion"
|
||||
echo "https://www.notion.so/desktop"
|
||||
|
||||
echo "arduino"
|
||||
echo "https://www.arduino.cc/en/software"
|
||||
|
||||
Reference in New Issue
Block a user