#!/bin/bash
# Revert script for scripts/cost-allocation-tracker.sh
set -euo pipefail

echo "Reverting file: scripts/cost-allocation-tracker.sh"
cp "/mnt/wsl/docker-desktop-bind-mounts/Ubuntu/dc8692554200610fd11a3ad9455306e8752a5559fd668d748dfcb77d85b3be23/.backups/unknown/1763994393_e505aafc589e926dc9b0b0b8a646b256/original" "scripts/cost-allocation-tracker.sh"
echo "✅ File reverted successfully"
