aboutsummaryrefslogtreecommitdiff
path: root/control/shell-help.pd
blob: e2c608a10299a1c9cdf8421636c503a1b209fc49 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
#N canvas 199 124 499 378 10;
#X obj 35 100 shell;
#X msg 35 65 ls;
#X msg 360 97 date +%k%M;
#X floatatom 360 141 4 0 0 0 - - -;
#X obj 360 118 shell;
#X obj 51 319 shell;
#X msg 74 288 cvs commit -m fixed_bug_in_shell;
#X msg 65 264 cvs -q update;
#X msg 12 193 xedit;
#X msg 36 213 /usr/bin/perl;
#X text 343 79 Getting the time;
#X obj 362 213 shell;
#X text 345 174 Getting the date;
#X symbolatom 362 254 0 0 0 0 - - -;
#X msg 362 192 date +%Y.%m.%d;
#X obj 362 233 symbol;
#X obj 409 214 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 404 118 bng 15 250 50 0 empty empty empty 0 -6 0 8 -262144 -1
-1;
#X obj 65 126 print DONE;
#X obj 35 147 print STDOUT;
#X text 30 7 This object allows you to run commands in a UNIX shell.
STDIN is received on the inlet. STDOUT is output on the left inlet
\, STDERR is output to the Pd console. When execution is complete \,
the right outlet is banged.;
#X floatatom 61 234 5 0 0 0 - - -;
#X connect 0 0 19 0;
#X connect 0 1 18 0;
#X connect 1 0 0 0;
#X connect 2 0 4 0;
#X connect 4 0 3 0;
#X connect 4 1 17 0;
#X connect 6 0 5 0;
#X connect 7 0 5 0;
#X connect 8 0 5 0;
#X connect 9 0 5 0;
#X connect 11 0 15 0;
#X connect 11 1 16 0;
#X connect 14 0 11 0;
#X connect 15 0 13 0;
#X connect 21 0 5 0;