mirror of
https://github.com/bcicen/ctop.git
synced 2025-12-06 15:16:41 +08:00
3 lines
49 B
Bash
Executable File
3 lines
49 B
Bash
Executable File
#!/bin/bash
|
|
cd src && hugo && mv -vf public/* ..
|