refactor: simplify devc script

This commit is contained in:
Job
2026-03-15 15:54:31 +01:00
parent 363355bfe0
commit 75e1d916d2
4 changed files with 71 additions and 103 deletions

View File

@@ -1,2 +1,2 @@
#!/bin/bash
arg "-v $HOME/Documents/php:/home/user/Documents/php"
run_opts+=("-v" "$HOME/Documents/php:/home/user/Documents/php")