Files
text_editor/build_web.sh
2025-12-21 20:21:08 +01:00

8 lines
55 B
Bash
Executable File

#!/usr/bin/bash
mkdir build
cd build
echo todo
cd ..