summaryrefslogtreecommitdiffstats
path: root/tapset/system.stp
diff options
context:
space:
mode:
Diffstat (limited to 'tapset/system.stp')
-rw-r--r--tapset/system.stp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tapset/system.stp b/tapset/system.stp
new file mode 100644
index 00000000..83e35989
--- /dev/null
+++ b/tapset/system.stp
@@ -0,0 +1,3 @@
+function system (cmd:string) %{
+ _stp_write(STP_SYSTEM, THIS->cmd, strlen(THIS->cmd)+1);
+%}