Skip to content

Commit

Permalink
improve the she-bangs
Browse files Browse the repository at this point in the history
  • Loading branch information
shlomif committed Feb 2, 2025
1 parent 698cca2 commit ac499cc
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#! /bin/bash
#!/usr/bin/env bash
#
# analyze.bash
# Copyright (C) 2019 Shlomi Fish <[email protected]>
Expand Down
2 changes: 1 addition & 1 deletion black-hole-solitaire/scripts/fuzz-build.bash
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
#
# fuzz-build.bash
# Copyright (C) 2018 Shlomi Fish <[email protected]>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
#!/usr/bin/env bash
mkdir -p boards
~/progs/freecell/git/fc-solve/fc-solve/source/board_gen/gen-multiple-pysol-layouts --dir boards/ --game golf --prefix golf --suffix .board seq 1 10000
(
Expand Down
2 changes: 1 addition & 1 deletion black-hole-solitaire/scripts/my-rank-reach-test.pl
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/usr/bin/perl
#! /usr/bin/env perl

use strict;
use warnings;
Expand Down

0 comments on commit ac499cc

Please sign in to comment.