mirror of
				https://github.com/jaandrle/deka-dom-el
				synced 2025-11-04 07:09:15 +01:00 
			
		
		
		
	🐛 (bs/docs) wrong hashbang
This commit is contained in:
		@@ -1,4 +1,4 @@
 | 
				
			|||||||
#!/usr/bin/env nodejsscript
 | 
					#!/usr/bin/env -S npx nodejsscript
 | 
				
			||||||
/* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global echo, $, pipe, s, fetch, cyclicLoop */
 | 
					/* jshint esversion: 11,-W097, -W040, module: true, node: true, expr: true, undef: true *//* global echo, $, pipe, s, fetch, cyclicLoop */
 | 
				
			||||||
echo("Building static documentation files…");
 | 
					echo("Building static documentation files…");
 | 
				
			||||||
echo("Preparing…");
 | 
					echo("Preparing…");
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user