diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-12 18:03:52 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-12 18:03:52 +0200 |
commit | ef7899f01c6c20b7d18e1b668459a632a989f0b7 (patch) | |
tree | a8fb944779a08c590e924cb0b5fd8e2edb5836bf /etc/flip | |
parent | af7821da81932a990ecc64a6381a90f3d6eaf5d2 (diff) | |
download | xutil-ef7899f01c6c20b7d18e1b668459a632a989f0b7.tar.gz |
flip: Rewrite in C
Diffstat (limited to 'etc/flip')
-rwxr-xr-x | etc/flip | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/etc/flip b/etc/flip deleted file mode 100755 index 614bc67..0000000 --- a/etc/flip +++ /dev/null @@ -1,3 +0,0 @@ -#!/usr/bin/perl - -exec (shift @ARGV, pop @ARGV, @ARGV); |