Added core commands for ESR
This commit is contained in:
parent
ebb503f952
commit
8974de23ae
1 changed files with 14 additions and 0 deletions
|
@ -8,3 +8,17 @@ end
|
|||
function restore --argument file
|
||||
mv $file (echo $file | sed s/.bak//)
|
||||
end
|
||||
|
||||
function core
|
||||
xhost +local:root
|
||||
sudo docker exec -it core core-gui
|
||||
end
|
||||
|
||||
function core-bash
|
||||
sudo docker exec -it core /bin/bash
|
||||
end
|
||||
|
||||
function launch-term --argument nodename
|
||||
sudo docker exec -it core xterm -bg black -fg white -fa 'DejaVu Sans Mono' -fs 16 -e vcmd -c /tmp/pycore.1/$nodename -- /bin/bash
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue