8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			8 lines
		
	
	
		
			155 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
#!/bin/sh -l
 | 
						|
 | 
						|
set -e
 | 
						|
 | 
						|
PRTITLE="$1"
 | 
						|
echo "$PRTITLE" > /tmp/prtitle.txt
 | 
						|
conventional-pre-commit --no-color --force-scope --strict --verbose /tmp/prtitle.txt
 |