tb Use % for builtin cmd prefix

This commit is contained in:
2025-09-20 11:38:54 +02:00
parent 6cd4c73438
commit 97bc0aa05b
4 changed files with 6 additions and 6 deletions

View File

@ -1,3 +1,3 @@
@print "this is an init script!"
%print "this is an init script!"
base:/bin/pctl ls
base:/bin/tb -m interactive -preload base:/scripts/rc.tb

View File

@ -1,2 +1,2 @@
@mkalias pctl base:/bin/pctl
@mkalias tb base:/bin/tb
%mkalias pctl base:/bin/pctl
%mkalias tb base:/bin/tb