forked from Job79/devcontainer
refactor: simplify devc script
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
arg "-v $HOME/Documents/go:/home/user/Documents/go"
|
||||
run_opts+=("-v" "$HOME/Documents/go:/home/user/Documents/go")
|
||||
|
||||
@@ -1,2 +1,2 @@
|
||||
#!/bin/bash
|
||||
arg "-v $HOME/Documents/infra:/home/user/Documents/infra"
|
||||
run_opts+=("-v" "$HOME/Documents/infra:/home/user/Documents/infra")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user