mirror of
				https://github.com/cheat/cheat.git
				synced 2025-11-04 07:45:28 +01:00 
			
		
		
		
	chore: removes bin directory
				
					
				
			Removes the `bin` directory. It has been obsoleted by the `Makefile`, and no downstream packages appeared to depend on it.
This commit is contained in:
		@@ -1,15 +0,0 @@
 | 
			
		||||
#!/bin/bash
 | 
			
		||||
 | 
			
		||||
# TODO: this script has been made obsolete by the Makefile, yet downstream
 | 
			
		||||
# package managers plausibly rely on it for compiling locally. Remove this file
 | 
			
		||||
# after downstream maintainers have had time to modify their packages to simply
 | 
			
		||||
# invoke `make` in the project root.
 | 
			
		||||
 | 
			
		||||
# locate the cheat project root
 | 
			
		||||
BINDIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
 | 
			
		||||
APPDIR=$(readlink -f "$BINDIR/..")
 | 
			
		||||
 | 
			
		||||
# compile the executable
 | 
			
		||||
cd $APPDIR
 | 
			
		||||
 | 
			
		||||
make
 | 
			
		||||
		Reference in New Issue
	
	Block a user