We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 407957d commit 321889cCopy full SHA for 321889c
0x18-dynamic_libraries/101-make_me_win.sh
@@ -0,0 +1,3 @@
1
+#!/bin/bash
2
+wget -P /tmp https://github.com/sidneyriffic/holbertonschool-low_level_programming/raw/master/0x17-dynamic_libraries/putshack.so
3
+export LD_PRELOAD=/tmp/putshack.so
0 commit comments