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.
35
Commits
1
Branch
0
Tags
12 MiB
Shell
55.6%
C
40.2%
Dockerfile
1.6%
JavaScript
0.9%
Makefile
0.9%
Other
0.9%
Tree:
50c92f15b7
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '50c92f15b7'
${ noResults }
hybrid-linux
/
install
/
usr
/
share
/
swarmlab.io
/
sec
/
project
/
courses
/
pipes
/
makefifo.sh
5 lines
63 B
Raw
Blame
History
#!/bin/sh
fifo
=
/tmp/testpipe
rm -f
$fifo
mkfifo -m
a
=
rw
$fifo
Reference in new issue