mirror of
https://github.com/Matir/skel.git
synced 2026-05-26 05:29:09 -07:00
6 lines
47 B
Bash
Executable File
6 lines
47 B
Bash
Executable File
#!/bin/bash
|
|
|
|
DOT=`mktemp`
|
|
cat > $DOT
|
|
xdot $DOT
|