This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script parses crashdump and print lines from source files | |
LOGFILE=$1 | |
NUM_SRC_CONTEXT_LINES=3 | |
old_IFS=$IFS # save the field separator | |
IFS=$'\n' # new field separator, the end of line |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
find . -regex '.*/\.[^/]*\.sw[ijklmnop]' 2>/dev/null -delete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
# Author: CJ | |
# Date..: 01/03/2013 | |
## sample INI file save below to a file, replace "^I" with tab | |
#^I [ SECTION ONE ] | |
#TOKEN_TWO^I ="Value1 two " | |
#TOKEN_ONE=Value1 One | |
#TOKEN_THREE=^I"Value1^I three" # a comment string | |
#TOKEN_FOUR^I=^I"^IValue1 four" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<kernel> | |
use_profile 0 | |
use_group 0 | |
<kernel> /usr/bin/skype | |
use_profile 3 | |
use_group 0 | |
misc env \* |