Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions scripts/run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,28 @@ runs:
command: /usr/bin/sqlite3
memory: 64
networking: False
- name: perl
rootfs: ../dynamic-apps/lang/perl
command: ./usr/bin/perl hello.pl
memory: 64
networking: False
- name: iputils
rootfs: ../dynamic-apps/iputils
command: /bin/ping 8.8.8.8
memory: 64
networking: True
- name: iputils
rootfs: ../dynamic-apps/iputils
command: /bin/tracepath 8.8.8.8
memory: 64
networking: True
- name: iputils
rootfs: ../dynamic-apps/iputils
command: /bin/arping 8.8.8.8
memory: 64
networking: True
- name: iputils
rootfs: ../dynamic-apps/iputils
command: /bin/clockdiff 8.8.8.8
memory: 64
networking: True