aboutsummaryrefslogtreecommitdiff
path: root/LICENSE
diff options
context:
space:
mode:
authorarg@localhost.localdomain <unknown>2008-12-06 09:16:48 +0000
committerarg@localhost.localdomain <unknown>2008-12-06 09:16:48 +0000
commite7572804faa9a21a57ae298c2b153ff92d8a64ff (patch)
treeb02a0ec1d467412b6395622447412d4ff0b45427 /LICENSE
parented1bef1241334b8b0025a032b710a90223393fd1 (diff)
reverted spawn
Diffstat (limited to 'LICENSE')
0 files changed, 0 insertions, 0 deletions
d='n68' href='#n68'>68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120
#!/bin/sh

all () {
	fast
	usb
	qb
	kg
	ncm
	refl
	gall
}

# not in all
clean () {
	nsxiv -c
	# my ways
	# -exec can't replace -execdir here
	find "$XDG_CACHE_HOME/nsxiv/" -depth -type d -empty -execdir rmdir -- '{}' \+
	# -exec can replace -execdir here
	#find "$XDG_CACHE_HOME/nsxiv/" -depth -type d -execdir rmdir --ignore-fail-on-non-empty -- '{}' \+
	# nsxiv man page way