Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
PoroCYon
fishypack-trident
Commits
0858d885
Commit
0858d885
authored
Apr 04, 2018
by
blackle
Browse files
Make backup packer really smol
parent
0748a4a4
Changes
1
Hide whitespace changes
Inline
Side-by-side
packer/backup_packer.sh
View file @
0858d885
#!/bin/sh
sed
'1d;
2d
'
$0
|
xzcat
>
/tmp/exe
;
chmod
+x /tmp/exe
;
exec
/tmp/exe
;
sed
1,
2d
$0
|
xzcat
>_
;
chmod
+x _
;
exec
_
;
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment