first commit
This commit is contained in:
commit
745ae2fff2
22 changed files with 21283 additions and 0 deletions
10
upload.sh
Executable file
10
upload.sh
Executable file
|
|
@ -0,0 +1,10 @@
|
|||
#!/bin/bash
|
||||
|
||||
# File to upload
|
||||
FILE="make/subsonic.vpk"
|
||||
|
||||
# FTP server + target directory
|
||||
FTP_URL="ftp://192.168.8.31:1337/ux0:/VPK/"
|
||||
|
||||
# Upload with curl
|
||||
curl -T "$FILE" "$FTP_URL"
|
||||
Loading…
Add table
Add a link
Reference in a new issue