Skip to content

Instantly share code, notes, and snippets.

View Nyxalis's full-sized avatar

Thayagan Thusiyanthan Nyxalis

  • Northampton
  • 07:47 (UTC)
View GitHub Profile
#!/bin/ash
# Paper Installation Script
#
# Server Files: /mnt/server
PROJECT=paper
if [ -n "${DL_PATH}" ]; then
echo -e "Using supplied download url: ${DL_PATH}"
DOWNLOAD_URL=`eval echo $(echo ${DL_PATH} | sed -e 's/{{/${/g' -e 's/}}/}/g')`
else