Skip to content
Snippets Groups Projects

Restore install.sh

Merged Wouter Deconinck requested to merge restore-install.sh into master
1 file
+ 4
0
Compare changes
  • Side-by-side
  • Inline
install.sh 0 → 100644
+ 4
0
#!/bin/bash
# Pass the buck
curl -L https://github.com/eic/eic-shell/raw/main/install.sh | exec bash -s -- $*
Loading