This website works better with JavaScript.
Home
Help
| Lab Instances |
Register
Sign In
swarmlab
/
hybrid-linux
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36
Commits
1
Branch
0
Tags
12 MiB
Tree:
c9227969ad
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'c9227969ad'
${ noResults }
hybrid-linux
/
install
/
usr
/
share
/
swarmlab.io
/
sec
/
project
/
courses
/
pipes
/
makefifo.sh
6 lines
63 B
Raw
Normal View
History
pipes
4 years ago
#!/bin/sh
fifo
=
/tmp/testpipe
rm -f
$fifo
mkfifo -m
a
=
rw
$fifo