mirror of
https://git.alemi.dev/guestbook.rs.git
synced 2024-11-14 12:29:19 +01:00
4 lines
96 B
Bash
Executable file
4 lines
96 B
Bash
Executable file
#!/bin/bash
|
|
|
|
cp ./web/infiniscroll.js /srv/http/cdn/web/guestbook.js
|
|
echo "copied guestbook.js"
|