mirror of
https://github.com/tcsenpai/rconuicraft.git
synced 2025-06-04 10:20:09 +00:00
8 lines
122 B
Bash
Executable File
8 lines
122 B
Bash
Executable File
#!/bin/bash
|
|
rm -rf old/*
|
|
cp -r public old/
|
|
cp server.js old/
|
|
|
|
cat /dev/null > server.js
|
|
cat /dev/null > public/index.html
|