env bash
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
#!/usr/bin/env bash
 | 
			
		||||
 | 
			
		||||
#get image resolution
 | 
			
		||||
resolution=$(identify $1 | awk '{print $3}')
 | 
			
		||||
 
 | 
			
		||||
							
								
								
									
										2
									
								
								bin/mw
									
									
									
									
									
								
							
							
						
						
									
										2
									
								
								bin/mw
									
									
									
									
									
								
							@@ -1,4 +1,4 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
#!/usr/bin/env sh
 | 
			
		||||
command -V gpg >/dev/null 2>&1 && GPG="gpg" || GPG="gpg2"
 | 
			
		||||
[ -z ${PASSWORD_STORE_DIR+x} ] && PASSWORD_STORE_DIR="$HOME/.password-store"
 | 
			
		||||
[ -r "$PASSWORD_STORE_DIR/.gpg-id" ] &&
 | 
			
		||||
 
 | 
			
		||||
@@ -1,4 +1,4 @@
 | 
			
		||||
#!/bin/sh
 | 
			
		||||
#!/usr/bin/env sh
 | 
			
		||||
# Helps open a file with xdg-open from mutt in a external program without weird side effects.
 | 
			
		||||
[ $(uname) = "Darwin" ] && opener="open" || opener="setsid xdg-open"
 | 
			
		||||
mkdir -p "/tmp/$USER-mutt-tmp"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user