Advertisement
DEKTEN

TWITCH/VOLT/C_STRING/SH

May 4th, 2021
250
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.85 KB | None | 0 0
  1.     ## Written By: www.twitch.com/kanjicoder
  2.     ##        For: www.twitch.tv/v0lt13
  3.  
  4.     ##  SC[ hkmf-mini] #########################################
  5.     ## SEE[ hkmf-c11 ] for reference:  #########################
  6.     ############################################################
  7.     gcc                                                        \
  8.         -x c                                                   \
  9.         -c "VOLT_STRINGS.C11"                                  \
  10.         -o object_file.o                                       \
  11.                                                                \
  12.             -Werror                                            \
  13.             -Wfatal-errors                                     \
  14.             -Wpedantic                                         \
  15.             -Wall                                              \
  16.             -Wextra                                            \
  17.                                                                \
  18.             -fstrict-aliasing                                  \
  19.             -Wstrict-aliasing                                  \
  20.                                                                \
  21.             -std=c11                                           \
  22.             -m64 ###############################################
  23.                                     ####                    ####
  24.     gcc -o EXE.exe object_file.o    ####                    ####                
  25.     rm             object_file.o    ####                    ####    
  26.          ./EXE.exe                  ####                    ####
  27.     rm     EXE.exe                  ####                    ####
  28.                                     ####                    ####
  29.     read -p "[ENTER_TO_EXIT]:"      ####                    ####
  30.     ############################################################
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement