Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: xman/utility

Tags

v0.2

Toggle v0.2's commit message
[UPDATE] When xman_clean_rb removes files, also remove the ".deleted"…

… folder when it is empty.

Signed-off-by: Shin Yee <[email protected]>

v0.1

Toggle v0.1's commit message
[FIX] Remove syntax error - Mismatching "[" and "]".

[FIX] Solve space problems in scripts xman_dos2unix and xman_unix2dos.

BASH script -

	for file in $@

is unable to handle fils with space. Hence, I set IFS=$'\n' to solve the space problems.

Signed-off-by: Chung Shin Yee <[email protected]>