mirror of
https://gitlab.com/mlunax/dotfiles.git
synced 2025-04-12 05:40:17 +00:00
add flush command
This commit is contained in:
parent
992b1064cc
commit
0843b5e054
1 changed files with 10 additions and 0 deletions
10
bin/flush
Normal file
10
bin/flush
Normal file
|
@ -0,0 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
# author: Bas Huis
|
||||
# website: https://github.com/bas080
|
||||
# created: Thu May 28 12:25:36 CEST 2020
|
||||
# changed: Thu May 28 12:23:51 CEST 2020
|
||||
# license: GNU General Public License 3.0
|
||||
|
||||
. <( echo wrapper\(\){ ; cat ; echo } );
|
||||
type wrapper | sed '1,/{/d; $d;s/^ //g'
|
Loading…
Add table
Reference in a new issue