From a3454145233c2080abe2e2c2297ad73aad08e042 Mon Sep 17 00:00:00 2001 From: underwood <54200401+thunderpoot@users.noreply.github.com> Date: Mon, 29 Jun 2026 19:25:56 +0100 Subject: [PATCH] feat: use env for POSIX compliance on silly Mac systems --- src/script/webgraph_ranking/graph_explore_build_vertex_map.sh | 2 +- src/script/webgraph_ranking/graph_explore_download_webgraph.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/script/webgraph_ranking/graph_explore_build_vertex_map.sh b/src/script/webgraph_ranking/graph_explore_build_vertex_map.sh index c490b23..c38e358 100755 --- a/src/script/webgraph_ranking/graph_explore_build_vertex_map.sh +++ b/src/script/webgraph_ranking/graph_explore_build_vertex_map.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # Build node indexes to interactively explore a Common Crawl webgraph. # The webgraph files are expected to be placed in the current directory. diff --git a/src/script/webgraph_ranking/graph_explore_download_webgraph.sh b/src/script/webgraph_ranking/graph_explore_download_webgraph.sh index 83aeb2a..abf192b 100755 --- a/src/script/webgraph_ranking/graph_explore_download_webgraph.sh +++ b/src/script/webgraph_ranking/graph_explore_download_webgraph.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash NAME="$1" if ! shift 1; then