Add shell-scripts and update installer
Add shell-scripts and update installer Signed-off-by: Bensuperpc <bensuperpc@gmail.com>pull/4/head
parent
a325c503e9
commit
b6a3b8dd76
@ -0,0 +1,23 @@
|
||||
#!/bin/bash
|
||||
set -euo pipefail
|
||||
#//////////////////////////////////////////////////////////////
|
||||
#// ____ //
|
||||
#// | __ ) ___ _ __ ___ _ _ _ __ ___ _ __ _ __ ___ //
|
||||
#// | _ \ / _ \ '_ \/ __| | | | '_ \ / _ \ '__| '_ \ / __| //
|
||||
#// | |_) | __/ | | \__ \ |_| | |_) | __/ | | |_) | (__ //
|
||||
#// |____/ \___|_| |_|___/\__,_| .__/ \___|_| | .__/ \___| //
|
||||
#// |_| |_| //
|
||||
#//////////////////////////////////////////////////////////////
|
||||
#// //
|
||||
#// Script, 2021 //
|
||||
#// Created: 24, July, 2021 //
|
||||
#// Modified: 24, July, 2021 //
|
||||
#// file: - //
|
||||
#// - //
|
||||
#// Source: - //
|
||||
#// OS: ALL //
|
||||
#// CPU: ALL //
|
||||
#// //
|
||||
#//////////////////////////////////////////////////////////////
|
||||
|
||||
history | sed -e 's/ *[0-9][0-9]* *//' | sort | uniq -c | sort -rn | head -25
|
@ -0,0 +1 @@
|
||||
Subproject commit ff0d3eb1c3eea53a7c33d5ca1d522752b8814b6a
|
Loading…
Reference in New Issue